home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 October
/
tst.iso
/
multimed
/
IDN
/
web
/
lemonruski
/
revolver.swf
/
scripts
/
DefineButton2_15
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-05
|
420 b
|
20 lines
on(release){
tellTarget("_level0/")
{
gotoAndStop("transition to nightclub");
play();
tellTarget("/")
{
gotoAndPlay(11);
tellTarget("_level0/phone")
{
gotoAndStop("second");
tellTarget("_level0/nightclubinsert/nightclubpan/ravers")
{
gotoAndStop("on");
}
}
}
}
}